projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c5923f
)
Fix typo.
author
emellor@ewan
<emellor@ewan>
Tue, 4 Oct 2005 16:54:33 +0000
(17:54 +0100)
committer
emellor@ewan
<emellor@ewan>
Tue, 4 Oct 2005 16:54:33 +0000
(17:54 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendCheckpoint.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendCheckpoint.py
b/tools/python/xen/xend/XendCheckpoint.py
index 9d4b51d7a0d6650e8ade56f0a4593517b9dd6115..144cd134efbd396f1f1499b9d66f21c196f0f71c 100644
(file)
--- a/
tools/python/xen/xend/XendCheckpoint.py
+++ b/
tools/python/xen/xend/XendCheckpoint.py
@@
-177,7
+177,7
@@
def forkHelper(cmd, fd, inputHandler, closeToChild):
if fd == child.childerr.fileno():
lasterr = child.childerr.readline().rstrip()
log.error('%s', lasterr)
- else
+ else
:
l = child.fromchild.readline().rstrip()
while l:
log.debug('%s', l)